Skip to main content
POST
Create an allocation

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

본문

application/json

캠페인 개제 정보 생성을 위한 스키마

owner_id
string<uuid>
필수

캠페인 개제 정보를 생성한 계정의 id

status
enum<string>
필수

캠페인의 지면 게재 상태

사용 가능한 옵션:
pending,
requested,
published,
rejected,
canceled,
finished
tagid
string<uuid>
필수

캠페인을 개제할 지면의 id

cid
string<uuid> | null

지면에 게재할 캠페인의 id

created_at
string<date-time> | null

생성 일시

crid
string<uuid> | null
지원 중단
ext
Ext · object
last_comment
string
기본값:""

캠페인 게재 승인 과정에서 리테일러에 의해 작성된 가장 최근 의견

updated_at
string<date-time> | null

변경 일시

응답

Successful Response

캠페인 개제 정보 조회 스키마

no
integer
필수

캠페인 게재 정보 번호

owner_id
string<uuid>
필수

캠페인 개제 정보를 생성한 계정의 id

status
string
필수

캠페인의 현재 개제 상태 (pending, published, rejected 등)

tagid
string<uuid>
필수

캠페인을 개제할 지면의 id

cid
string<uuid> | null

지면에 게재할 캠페인의 id

created_at
string<date-time> | null

생성 일시

crid
string<uuid> | null
지원 중단
ext
Ext · object
last_comment
string
기본값:""

캠페인 게재 승인 과정에서 리테일러에 의해 작성된 가장 최근 의견

updated_at
string<date-time> | null

변경 일시